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 strongm 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: *

  1. kozlow

    change default of 3 diff chars when changing your password.

    Is there a way to change the number of diff char's of three to two when changing your password? From Man page: + A new password must differ from the old one by at least three characters.
  2. kozlow

    emcexpert password

    I am trying to change the replication field "clip exporters" but am unauthorized... Need to change it as it is flooding our link between the source site and the target site... It requires emcexpert authorization to change... I was given the password years ago when we first implemented the...
  3. kozlow

    decypher a password in the shadow file

    I have a Application ID in the shadow file that we do not know the password to.. I do not want to change the password as the application using it no longer has anyone in support around that knows it. One of those systems that was suppose to be sunsetted years ago and the users will not let it...
  4. kozlow

    Two Default Gateways

    My server is showing two default gateways: Routing tables Destination Gateway Flags Refs Use If PMTU Exp Groups Route Tree for Protocol Family 2 (Internet): default 10.132.100.1 UGc 0 7 en2 - - - => default 10.132.100.13...
  5. kozlow

    find * in file name

    OOOPPPSSSS.... Figured it out: find / | grep "*" > /tmp/asteric.file while read ASTERIC do POUND=`echo $ASTERIC | sed "s/\*/\#/"` echo $ASTERIC to $POUND mv $ASTERIC $POUND done < /tmp/asteric.file
  6. kozlow

    find * in file name

    Is there a way to find all files that have an * in the filename. Never heard of anyone using a wild card in a filename, but one of my users installed an application that did so.. Now looking to find them all and rename the files... I tried find / -name *"*"* find / -name *'*'* find / -name *\**
  7. kozlow

    Remote boot an HP9000 HP-UX system

    http://docs.hp.com/en/A5201-90017/index.html
  8. kozlow

    Remote boot an HP9000 HP-UX system

    Most HP9000 have a GSP/MP port in the back that you can sign in and power cycle or switch to console mode.
  9. kozlow

    WORM

    Use to use Optical Disk for WORM storage. This became cumbersome and slow. We are currently using an EMC Centera unit to store documents and archives. This is CAS storage. EMC has informed us that the Networker backups we where running can not be restore to a different Centera. This leaves...
  10. kozlow

    /dev/rtape/tapeX_BEST to/from /dev/rmt/X

    How do you "map" /dev/rmt/X to it associated /dev/rtape/tapeX_best?
  11. kozlow

    Create a report of Users SSHing to other servers

    Does anyone have a script that will report Users SSHing to other servers? I am trying to find out if wtmp/btmp keeps track of users signing on to other servers... We are creating a Centrilized Management Server and looking for a way to keep track of use. This seems pretty straight forward...
  12. kozlow

    DataProtector UNIX Installation Server...

    We lost our Cell Manager running on a Win Server. Did not have an IDB backup yet... No big deal... It was just created and had little data on it. I recreated, applied the patches, imported all the Clients. I now need to import the UNIX Installation Server. Not sure which client it was...
  13. kozlow

    Change a Minor Number on a LV

    root@ltpt0012 /dev # crfs -v jfs2 -d "db2bkups_new_lv" -m "/db2bkups_new" 0516-020 lcreatelv: Logical volume name or minor number already in use. 0516-822 mklv: Unable to create logical volume. crfs: 0506-902 Cannot create logical volume. I do not see it in use... root@ltpt0012 /dev...
  14. kozlow

    HP-UX 11i v3 FTP Transfers Slowed

    What is your trace routes showing?
  15. kozlow

    SSH scrupting

    I have a central server, I will call A. It is my Ignite server as well as a repository for Depots and Scripts. I am tring to run a IGNITE backup script from the clients over to A. In my script I list the files in the backup directory on A and remove old ones before I start. example: IGNITE...
  16. kozlow

    varyon a tablespace

    During a power outage this weekend.. When the server was brought back up, two of the raw devices where not available. Database was started without any problems, but the tablespaces associated with the raw devices are not varyed on. I have the devices available and varied on the associated...
  17. kozlow

    find file(s) that where last updated in a filesystem

    I am looking for a way to show the file(s) that where updated/created in a filesystem. I was trying to use the find command. Maybe find all files, execute a ll and then grep out todays date and then sort on the time stamp column???? Anybody have a quick and easy way of doing this...
  18. kozlow

    Ignite - Make Network Recovery - Recovery

    I have a Make Network Recovery Backup on my Ignite Server. Lost the boot drive on my RX2660. Trying to recover using the backup. Went to doc: http://docs.hp.com/en/5992-3336/ch13s02.html Recovering using the Network for Itanium-Based Clients When Booting from LAN - Receives error: PXE-E16...
  19. kozlow

    Oracle DBA needs root access to run Upgrade Scripts

    I have heard the same all over... We are just going to have to come in with our dba's when installs and patches are added... Thanks..
  20. kozlow

    Run as Root

    I guess we are getting away from the original question.. and you have no mercy on your co-workers... We do upgrades during Maint windows, which are the first Sunday of each Month and we start at 2AM... Everytime we do an upgrade to Oracle, we would require a DBA and SysAdmin in for each Oracle...

Part and Inventory Search

Back
Top