Tags: os

Solaris OS Processes

Solaris Send feedback »
Every program you run in the Solaris OS creates a process. When you log in and start the shell, you start a process. When you perform a command or when you open an application, you start a process. The system starts processes called daemons. Daemons… more »

HP-UX: How to Recover OS using Ignite Backup

HP-UX Send feedback »
HP-UX has its inbuilt software to backup the OS called "Ignite". It bundled with OS installed. The easy way to make an OS backup is using tape data cartridge. Just plug the tape to tape library, and run command "make_tape_recovery -AI". To restore OS u… more »

Oracle: Usefull Commands

Technology, Oracle Send feedback »
1.EXPORT: exp system@test owner=test123 file=d:\oracle\user.dmp log=d:\oracle\userdump.log rows=y statistics=none feedback=100 indexes=y consistent=y compress=n; (for individual tables=table1,table2,.....) 2.IMPORT: imp system@test fromu… more »

Solaris 10 OS Multipathing Options for iSCSI Devices

Technology, Solaris Send feedback »
Multipathing iSCSI devices can be implemented at different levels in the Solaris storage protocol stack. The following figure shows the Solaris block I/O stack. Note – The iSCSI Multiple Connections per Session (MC/S) is currently not suppo… more »