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: borgliu
  • Content: Threads
  • Order by date
  1. borgliu

    VPD

    Hi my customer required me to set up the row-level security, I google then konw oracle has function call VPD is this function are in oracle EE ? or I should purchase some option package to enable this ? thanks
  2. borgliu

    openssl 0.9.8 for AIX

    Hi I have n AIX 5.3 from ibm, but their linux toolkit is openssl 0.9.7 I want to install openssl 0.9.8, I can not find any binary for AIX 5.3 I also google but can not find, and because I can not install complier in production system, so I can not complie the source is anyone know where can...
  3. borgliu

    Micro-Partition

    Hi I am very confused about IBM LPAR on p-serious Is Micro-partition can run on AIX 5.2 ?? (for example, I have one LPAR with 2 dedicated CPU could it simulate 20 virtrul CPUs??) Does it only works on AIX 5.3 ?
  4. borgliu

    Redhat 4ES update ??

    Hi, I was ask to installed a Linux ES 4 (already provide me the license and media) in a IBM x3400 h/w and also required to install to lates patch, at least update4 but my media is only update1 , is anyone can tell me how can I download the update4 and how to install? I just search by google...
  5. borgliu

    Oracle Critical Patch Update - April 2007

    I just received the "Oracle Critical Patch Update - April 2007" today I have a stupid question about what version are affected for example: DB13 , does it means only 9.2.0.7 and 9.0.1.5 are affected ? if my oracel version is 9.2.0.6 , then it's not affected ? or , it means 9.2.0.1~~9.2.0.7...
  6. borgliu

    Brighstor ARCServe agent and IBM TSM agent

    Dear All Currently, we are using Brighstor ARCserve 11.5 to backup the windows system but my boss want to replace by IBM TSM during the testing, the existing backup will remain. so, I have question: Does ARCserve agent and TSM agent can work in same machine at same time?? for example...
  7. borgliu

    11.5 support in UNIX

    Hi we bought the CABrightstor backup for UNIX (AIX) for backup my server is in windows 2003, and UNIX(AIX) is agent. I use "root" to install the agent in server, I want to connect to agent, I found only root can login into agent, other ID can not is that mean I can only backup UNIX(AIX) via...
  8. borgliu

    openSSH configuration problem

    HI, I have q question about openSSH in my sshd_config, I saw the "MaxStartups" parameter and I try to set "0" but after I set to zero, the sshd can not be start is anyone tell me why??
  9. borgliu

    SSH will not force change password

    HI in AIX, if root change one user's password, for example , root change user1's password as "abc123" , when user1 login with telnet, and enter the password "abc123" , it will force user1 to change password again but if I login with ssh, when user1 input the password "abc123, it just login...
  10. borgliu

    SFTP upload file permission

    hi, all I have problem to using sftp when I upload the file by using sftp. the default file permission is 600 (-rw-------) , but I have to allow group user has read and write permission (-rw-rw----, 660) I try to modify the user profile but still not working anyone can tell how to change the...
  11. borgliu

    listener password

    Hi, I have encounter a problem, I have Oracle 7.3.4 in my system. our auditor request me to set the listener password, I try to set the password by "set password" in 7.3.4 and it shows OK. but I can not save the parameter ? there are no command to save it ? in 8i.9i, there is a command...
  12. borgliu

    FTP support SSL ?

    Hi, Does Solaris's ftp ( 9 or 10) support SSL? I only have expoeriment before solarsi8 as i know, solarsi8 does not support ssl , nor ssh I must install openssh to support SSH/sftp does solaris 9/10 already boundle the ssh/sftp ? and it's ftp(client and daemon) support SSL encryption? thanks
  13. borgliu

    network priority

    hi I just assigned a p650 with aix 5.2 ML4 in this p650. there are 3 different network interface en0,en1 and en2 en0 is on-board one, only 10/100M , IP: 10.1.1.1/255.255.255.0 en1 and en2 are PCI card, they support 10/100/1000M en1: 10.1.1.3/255.255.255.0 (web service listen on this one) en2...
  14. borgliu

    SNMP V3 in AIX 5.3 , want to disable community name "public"

    Hi in AIX 5.3 , the SNMP is V3, it'svery different with V1 the config file is /etc/snmpdv3.conf , not /etc/snmpd.con , and the format is also different for security reason, I want to remove the community name "public" , using another name "borgliu" to replace the "public" . but no matter how...
  15. borgliu

    lock account after several login fail

    Dear All: I want to setting to lock user acount after 3 fail retries logins in my solaris 8 I set the /etc/security/polcy.conf LOCK_AFTER_RETRIES=yes and /etc/default/login RETRIES=3 but I try login fail 5 times , but I still can login if I type the correct password. is any other file need...
  16. borgliu

    "Too many open files in system" show in the maillog

    Hi, All I have a R.H Linux , kernel 2.2.12-20. for mail server. for last few days, I'm encounting the problem that mail can't send completed. I checked the maillog, I found "too many open files in system" because my system memory only 256MB, Is any parameter can modified to solve this...
  17. borgliu

    crontab problem ( /var/log/cron question)

    hi, all I have a problem about my RH 6.2 because I set some crontab , but I found the cron job not run. so I check the log in /var/log/cron I found the following log: === root (03/04-14:50:08-12104) BEGIN EDIT (root) root (03/04-14:50:13-12104) REPLACE (root) root (03/04-14:50:13-12104) END...
  18. borgliu

    sar: data file corrupt; specified sizeexceeds actual

    Hi, all my solaris 5.8 Generic_108528-23 I run the /usr/lib/sa/sa1 in crontab and run every 5 mins but when I want ot use sar to see the report, it show the errors: 21:42:56 %usr %sys %wio %idle 17:10:22 unix restarts sar data files couurpt; specified sizeexceeds actual I'm...
  19. borgliu

    oracle 8 command can not work in oracle 9i

    Hi, all I use the follow oracle command to change oracle user's password: "alter user User_ID identified by new_Password " This command can work in oracle 8/8i also works in oracle 9i which upgrade from 8i but can not work in new brend-new 9i(installed, not upgrade) Is possible let...
  20. borgliu

    crontab -l Users has problem

    Hi I have new Solaris 8 system When I want to use root to see other user's crontab I try the "crontab -l User_ID" but it shows some messages: crontab: the audit context for your shell has not been set. anyone can tell me what is this problem? thanks.

Part and Inventory Search

Back
Top