Categories: Technology, Aix, DB2, HP-UX, Linux, Oracle, SAN, Shell Script, Solaris, Veritas, Virtualization, Windows

Solaris : Access LDOM console remotely

Solaris Send feedback »
The vntsd service defaults to listening for connections on localhost (IP address 127.0.0.1), so you canonly access domain consoles from the control domain by telnet to localhost. However, by changing the service configuration you can enable remote… more »

Configuring and Installing Solaris 8 and Solaris 9 ( Containers / Zones )

Solaris Send feedback »
Preparation Install Solaris 10 5/08 or higher NOTE : If you install Solaris 10 8/07,you need patch 127111-01 or higher Download Solaris 8 Container Software Download Solaris 9 Container Software Installation The following procedure is for… more »

Sun T3-1 / T3-2 / T3-4 Server RAID configration

Solaris Send feedback »
1) First find the right controller.  You can use the built in device alias.   Tip:  Use 'devalias' to show the devices to find the scsi controllers: {0} ok> devalias disk7 /pci@400/pci@2/pci@0/pci@4/scsi@0/disk@p3 disk6… more »

Solaris: Zone memory capping

Solaris Send feedback »
First you have to have created a zone with memory capping enabled. This would be done during the zonecfg setup: zonecfg:s8-zone-solar97> add capped-memory zonecfg:zone:capped-memory> set physical=50m zonecfg:zone:capped-memory> set swap=1… more »

Solaris nfs mount: mount: Not owner

Solaris Send feedback »
If you have ever tried to mount a Linux NFS share on a Solaris workstation you may have seen the below error. solaris1# mount t3-61.abc.com:/exports/homes /mnt nfs mount: mount: /mnt: Not owner This may be caused by the Solaris system attemp… more »