Tags: os
Aug
30
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 »
Sep
17
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 »
Aug
07
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 »
Jul
15
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 »
Recent comments