Visit Counter

Tuesday, October 11, 2016

Solaris 11 Sparc Create user using GUI





I try to create user using Solaris 11 sparc GUI but GUI not responding and I unable to create user using GUI then I google it and found command to set mediator of java version. Actually there is bug in Solaris 11. Every restart of Solaris 11 it goes to old version of java.


So the work around of this problem run below command.



root@afi-ssaerp1n:~# /usr/bin/pkg set-mediator -V 1.8 java
Packages to change:                      3
Mediators to change:                     1
Create boot environment:              No
Create backup boot environment: Yes
PHASE                                          ITEMS
Removing old actions                   2/2
Updating modified actions           3/3
Updating package state database  Done
Updating package cache               0/0
Updating image state                    Done
Creating fast lookup database       Done
Updating package cache                2/2
root@afi-ssaerp1n:~#
root@afi-ssaerp1n:~#



root@afi-ssaerp1n:~#
root@afi-ssaerp1n:~#
root@afi-ssaerp1n:~# vp usermgr &

Wednesday, October 5, 2016

Share NAS drive with Suse 11 Linux




My cloud NAS box 192.0.0.100


I want backup NAS using veritas netbackup. I create folder on root partition.



# mkdir test



#  sudo mount -t cifs -o username=afi //192.0.0.100/24052016abkp /test


-t cifs
-o username
-NAS drive Ip address + Share folder 
-Test folder 


I created net backup policy and define backup selection /test/ and take a backup.


Note- If you receive the error: wrong fs type, bad option, bad superblock on... make sure you have cifs-utils installed, it may not be installed on your distro by default.


sudo apt-get install cifs-utils