Diberdayakan oleh Blogger.
Tampilkan postingan dengan label SOLARIS. Tampilkan semua postingan
Tampilkan postingan dengan label SOLARIS. Tampilkan semua postingan

Disable T5120 RAID - Cause failure in booting/installing from HD

Disable T5120 RAID - Cause failure in booting/installing from HD
-> start /SP/console Are you sure you want to start /SP/console (y/n)? y Serial console started. To stop, type #. {0} ok show-disks a) /...

How To Reset The ALOM Password On A Sun Fire T2000

How To Reset The ALOM Password On A Sun Fire T2000
If an ALOM password reset is required on a Sun Fire T1000 or Sun Fire T2000 in case the password is lost or forgotten, the following steps c...

Installing Net-SNMP on Solaris OS

Installing Net-SNMP on Solaris OS
Introduction: Sun OS versions previous to Solaris10 come configured with the Sun SNMP agent. Solaris has started shipping Net-SNMP with Sola...

how to get process id attached with particular port in solaris

how to get process id attached with particular port in solaris
When you need to know process id attached with particular port use below command. pfiles /proc/* 2>/dev/null | nawk ' /^[0-9]*:/ { pi...

How to restrict FTP user to a specific directory in solaris 10

How to restrict FTP user to a specific directory in solaris 10
Procedure to configure FTP guest user access 1: Create a user which you want to use for the ftp , Name of the user can be anything except ...

Configuring NTP Server & Client in Solaris 10

Configuring NTP Server & Client in Solaris 10
Configuring NTP ( Network Time Protocol) on Solaris 10 Configuring an NTP Server 1. Edit file ntp.conf bash> cp /etc/inet/ntp.server /etc...

Configure VNC session to persist after exiting the VNC client

Configure VNC session to persist after exiting the VNC client
In My last Post we have learn how to install & configure a VNC server with GDM on a Solaris 10 OS. We will see in this post How to Confi...

How to Install & Configure VNC Server with GDM on Solaris10

How to Install & Configure VNC Server with GDM on Solaris10
VNC (Virtual Network Computing) is a way to access and control the desktop of a remote computer. For this functionality the remote computer ...

Solaris Commands

Solaris Commands
Starting, Stopping and RebootingBoot solaris from ok prompt bootBoot Solaris and reconfigure from ok prompt boot –rBoot Solaris from CD / I...

Solaris-10 md5 checksum verify

Solaris-10 md5 checksum verify
How to Verify md5 checksum on Solaris 10 ? md5sum package is available in the Solaris 10 companion CD. But even if the SFWcoreu package not ...

How to mount ISO in solaris & resolve error (iso is not a multiple of 512)

How to mount ISO in solaris & resolve error (iso is not a multiple of 512)
Many software packages download are in the form of an ISO image. Rather than burning the image to a CD-ROM to access its contents, it is eas...

Solaris10 UNIX: How to Configure DNS Client / name server

Solaris10 UNIX: How to Configure DNS Client / name server
How do you set DNS namserver under Sun Solaris UNIX system? The resolver is a set of routines in the C library that provide access to the In...

Installing & Configuring RealVNC Server on Solaris 10

Installing & Configuring RealVNC Server on Solaris 10
# Download RealVNC server package (Download & Use -> confirm form -> Find the latest Solaris package) (update: As of March 2007 th...

Allow root account to use SSH in Solaris

Allow root account to use SSH in Solaris
Q. Root access to ssh server blocked. How do I allow root account access to ssh server?A. Allowing direct root access over ssh is a security...

Setting Up NFS Services for Sharing directories in Solaris10

Setting Up NFS Services for Sharing directories in Solaris10
NFS, or Network File System, is a server-client protocol for sharing files between computers on a common network. NFS enables you to mount a...

Solaris IPMP (IP Network Multipathing)

Solaris IPMP (IP Network Multipathing)
The IP network multipathing or IPMP is a facility provided by Solaris to provide fault-tolerance and load spreading for network interface ca...