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

    Howto setup "service down" email-notification

    Looking for a (freeware) tool which send email-notification if a specific services goes down. It should display the (full)service-name in the subject or body of the mail. Now using scheduled BLAT-scripts. Can display the hostname in subject, but can't get the servicename into variable /...
  2. KnowNix

    Permissions "roaming users profiles"-folder on 2003server

    Have a 2003server with domain. Want to setup the permissions on a "roaming users profiles" folder on the 2003server. Looking for stepbystep howto/tutorial which explains howto set the share permissions & NTFS permissions on that folder. Also for setting up "homedirs". Thanks in advance...
  3. KnowNix

    Howto find biggest mails in exchangestore?

    To reduce the size of some of our mailboxes, I'm looking for a way to find the top 100 of biggest mails (mail with huge attachements etc.) in the mailboxes on our exchange2003 store. How can i retrieve this ? Thanks in advance...
  4. KnowNix

    Acces denied in SSH

    At my terminal-console wich is attached to my AIX-box, I can login as root with password xxx and as a normal user with password yyy. When i connect to this AIX-box from my PC with Putty, i got an SSH-connection. When i login to the SSH-session as root with password xxx or as the normal user with...
  5. KnowNix

    Tips for installing SSH on AIX (4.3.3)

    Like most newbies, I also had a lot of problems configuring SSH on AIX. I have written an quick 'installation-note' for installing SSH on (my) AIX 4.3.3. I hope this note will help AIX-students / newbies in the right direction. (I can't garantee if it's working for you, or if it's error-free.)...
  6. KnowNix

    permissions on new filesystem

    Trough SMIT I've made a new filesystem called /dummy As normal user i can't copy a file to this filesystem, or create a file on this filesystem ( message = "The file access permissions do not allow the specified action" ) As root it works well. Seems I forgot to set some permissions...
  7. KnowNix

    simple LVM docs ?

    Most LVM-(red)books explain concepts / commands of LVM, but mostly far abstract, and not realy directly useable by newbies. I'd like to see docs like walk-troughs and examples wich show the 'daily' LVM task like expanding a fs, adding a disk, and lv's by example. any suggestions / docs /...
  8. KnowNix

    Howto poweroff after shutdown

    I want my AIX-machine to auto-switch off Power, after giving shutdown command. Now it's powers stays on after shutdown. Machine = BULL ISM server 1000 ( as far as I know this machine doesn't support powermanagement. ) Any suggestions ? maybe scripts ? thanks...
  9. KnowNix

    How to duplicate a diskette

    I make a backup / duplicate of my HighCapacity (2Mb) Diagnostics Test Diskette I use : # dd if=/dev/fd0 of=/tmp/ddcopy 2880+0 records in. 2880+0 records out. # dd if=/tmp/ddcopy of=/dev/fd0 2880+0 records in. 2880+0 records out. Is this a 'real' diskcopy now ? It takes a lot of time to do...
  10. KnowNix

    (open) SSH on 4.3.3.0 and Putty

    Which package is needed to install openSSH on AIX 4.3.3.0 ? I want to connect secure from a PC with putty to my AIX-box. It seems to be openssh 3.5p1 but i can't find the right one. 3.7p1 doesn't install right. Any simple manual etc. for installing / configuring SSH on AIX + Putty will be...
  11. KnowNix

    Replace Pathnames in VI

    I want to replace every occurrence of a PATHNAME in a script with VI. For example : replace all occurence of : /usr/local/bin into /home/userx I can't do it with VI's command :s/oldstring/newstring Any suggestions would be great. Thanks. Peer.
  12. KnowNix

    How to install hpJetDirect

    My HP printer is connected to an hpJetDirect printserver, so I have to find or choose the 'hpJetDirect' in SMIT. AIX = 4.3.3.0 bos.rte.printers is installed In SMIT I choose 'Add a Print Queue' At work I can select 'hpJetDirect Network Printer (HP JetDirect)' This option isn't available at my...

Part and Inventory Search

Back
Top