Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: microsky
  • Content: Threads
  • Order by date
  1. microsky

    Backup & Restore DiskSuite Data

    Hi, We are planning to upgrade our OS from Solaris2.6 to Solaris9. The file system on solaris2.6 was built base on Disksuite 4.1. I don't want to rebuild these file systems on Solaris9, does it possible only backup disksuite's data on Solaris2.6 and restore it to Solaris9 to find back those data...
  2. microsky

    Can NOT print text file with landscape format

    Hi, Our OS is Solaris 2.6. I want to print a text file to a HP5100 printer using command "lp -olandscape -d printer filename" , but the Solaris told me: Warning: printer not configured to handle all lp options: ignoring: -o landscape Dose any body can help me how to troubleshoot this...
  3. microsky

    Where can I download the lastest kernel RPM package of Redhat AS 2.1?

    Are there any body know where can I download the RPM package of lastest Redhat AS 2.1 'kernel (kernel-2.4.9-e27.i686.rpm)? I had try to download the SRPM of kernel-2.4.9-e27.src.rpm, after compile, didn't generate kernel-2.4.9-e27.i686.rpm, any body know how to gernate the kernel's RPM package...
  4. microsky

    Why RedHat AS 2.1 didn't use SWAP partition even no free memory?

    I recently setuped a Redhat AS 2.1 server, the harddisk is 40GB and memory is 1GB, CPU is P4 2.4GHz. The installation is OK, no error and no warning. But when I installed Oracle9i into this system, I found the OS didn't use swap partition even there is no free memory, and the system is very slow...
  5. microsky

    SDLT 320 tape driver for Solaris 2.6

    Hi, I recently installed a new SDLT 320 driver on my Sun E450 machine, our OS is Solaris 2.6 Generic_105181-16. After I installed new tape driver, I didn't apply any OS patch and the device was working well. But on last week, the tape driver offen fail when do backup, the error messages as...
  6. microsky

    Question about K Shell

    Please see following K shell command, in the IF statement, why the result is same when use "-z" and "-n" parameter? $ set |grep SHELL SHELL=/bin/ksh $ set |grep FILE_NAME FILE_NAME='' $ if [ -n $FILE_NAME ] ; > then > echo "fa" > fi fa $ if [ -z $FILE_NAME...
  7. microsky

    does 9iAS need 9i database support?

    I want to install 9iAS in my Win2000 SP3 PC, but I didn't install 9i database on my PC, just has oracle8 database, can I install 9iAS without 9i database support? microsky hunan
  8. microsky

    /proc size increase to huge number

    I found a problem on our Sun E450, sometimes the size of directory /proc increase to very large number and it shall fill up the root file system size untile root file system size reach 100% usage, so the system shall hung up because can not write tmp file into root file system. Have any...
  9. microsky

    How to Unite 2 tables into 1

    I have a question about to unite two tables into one, the details as following: Source Table A: col1 col2 a x a xx Source Table B: b y b yy And I want to get the Target Table C as: a x b y a xx b yy Any one hnow how to get the target table? Thanks, WangYun
  10. microsky

    How can I print a PDF file directly without open it?

    I want to print a PDF file by command line directly and without install any Acrobat Reader product, is it possible ? How to do it ? My OS is Solaris 2.6 . Thanks, WangYun
  11. microsky

    Question about temp partition and swap files .

    Under Solaris 2.6,I found a problem when I calculate the swap files size ,as following showing ,in the feedback of command 'swap -l' the swap file size is 3669984*512=1834992(Kbytes) .But in the command 'swap -s' it show me the swap space is 1621176k+2737240k=4358416(Kbytes) .In command of...
  12. microsky

    How to repair file system error ?

    Under Soaris 2.6 ,there is one file system can not mount up and there are some errors when using 'fsck' command to check that file system ,the result as following ,has anybody know how to repair this file system ? Thank you very much ! ========================================================= #...
  13. microsky

    file system space revoke

    Under Solaris 2.6 ,I found the free space can not been release after I delete a large file(1.5GB) . I use fsck command to check file system ,after checking it tell me "104704 files, 9197622 used, 2257662 free (126342 frags, 178915 blocks, 1.1% fragmentation)" , but I use df -k command...
  14. microsky

    Tape device under Soaris 2.6

    Any one can help me ? I have 2 questions about tape device in Solaris . 1. How can I share the tape device to other hosts under solaris2.6 ? 2. I have a tape DLT7000 35/70GB,how can I use it as 70GB . I had try to use this device as /dev/rmt/1hn,/dev/rmt/1un and /dev/rmt/1ln ,but the maxsize of...
  15. microsky

    ld: fatal: Symbol referencing errors.

    I am a learner of unix gcc ,I recived following error messages when I compile a test program,any body can tell me what meaning is it? how can I get the detail of error message description ? Thanks ! Mike % gcc test.c Undefined first referenced symbol...
  16. microsky

    how to monitor users operations ?

    Soaris2.6 When a user login system they will get a 'pts' device from OS such as 'pts/2,pts/3,etc...'. My question is how can I monitor the informations/messages which write to this devices? Because I want to monitor the users operations . Thanks! Jack
  17. microsky

    which process are waiting for i/o ?

    Sun E250 run command"sar 1 10" , the item of %wio always high than 60% ,how can i get the io detail and which process are waiting for io ?

Part and Inventory Search

Back
Top