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

  • Users: mbowler9
  • Order by date
  1. mbowler9

    Stop expanding personal folders when rules processed.

    I am using Outlook 2002 with SP3. My email account stores emails on the server and periodically the server will expunge old emails. I prefer to keep all my emails so I created personal folders with the same structure as the exchange account and I use rules to move a copy of emails to the...
  2. mbowler9

    Make LILO boot floppy

    It is loopback mounted in order to create an image file that I can boot from with ILO on our Compaq DL740 machines. I don't want to walk to our servers which are 5 floors away just to put a floppy in.
  3. mbowler9

    Make LILO boot floppy

    gbaughma, that floppy is awesome and it is going to go into my box of tricks, but it's not quite what I am looking for. Here is my whole situation. I have my main boot drive, mirror drive, hot spare, and one last drive that is a copy of the boot drive. This is a last line of defense for me. I...
  4. mbowler9

    Make LILO boot floppy

    I am trying to make a lilo boot floppy but for some reason when it comes time for the lilo install it just spits out the lilo options as if I am missing something. The directions that I am following are at http://www.yolinux.com/TUTORIALS/LinuxTutorialRecoveryAndBootDisk.html#LILO One...
  5. mbowler9

    Crosstab query....kind of.

    I'm also not quite sure what the "ServerIPs" are referring to. Is this supposed to be one of my existing fields? Thanks
  6. mbowler9

    Crosstab query....kind of.

    JonFer, I think that your solution looks the easiest for me to do. The only issue I see is that you have a "Count(t2.IP)" in it, but table 2 doesn't yet have any IPs in it. Can this be modified? Thanks
  7. mbowler9

    Crosstab query....kind of.

    It won't have 25 IP addresses, only 4. This isn't the main table that gets updated from our website. I am simply creating a "report" and have decided to do this in a table, or as I said above, I would be happy to do this through a query. I just want to export to excel. Thanks
  8. mbowler9

    Crosstab query....kind of.

    By the way, I do realize that this is bad table design. This table is only being created to export into excel, not for actual data storage. I would be just as happy to just export the query. Thanks again.
  9. mbowler9

    Crosstab query....kind of.

    Hello, I have an Access situation that I haven't been in before, but I'm sure it is much easier than it seems. I have a table called "ips" (as in IP addresses). The table is very simple simplconsisting of a server name, domain, and IP. The problem is that each system can have up to 4 IP...
  10. mbowler9

    linux equivalent of HP kernal parameters

    Ok, I just got a pretty good response back from someone on these parameters. maxssiz Maxssiz defines the maximum size of the stack of a process maxtsiz Maxtsiz defines the maximum size of the text segment of a process maxdsiz Maxdsiz defines the maximum size of the data segment of a...
  11. mbowler9

    linux equivalent of HP kernal parameters

    I am not sure what these parameters do in HP-UX, I have never used it. This question was asked of me and I was hoping that someone on here had enough experience with HP-UX and Linux to be able to point me in the right direction. Googling isn't turning up much useful information for me. I am...
  12. mbowler9

    linux equivalent of HP kernal parameters

    Hello, I am running RedHat AS 2.1 and I am looking for parameters in linux that are similar to the following HP-UX kernel tuning parameters: maxssiz: 8388608 maxssiz_64bit: 8388608 maxtsiz: 67108864 maxtsiz_64bit: 1073741824 maxdsiz: 990056448 maxdsiz_64bit: 1073741824 maxfiles: 256...
  13. mbowler9

    Duplicate query with NULL issue

    Sorry again. I did figure it out. It happened to be my "ito" field set to "Y". Even though all of the selected systems should get by on this, some of the records were incorrect. Thanks for looking.
  14. mbowler9

    Duplicate query with NULL issue

    Sorry to not get this in the first post. I just did some more research, and the sa_suitsid field does not have Nulls. It has either an id or "Unknown" in the table. I am guessing that I need a reference to sa_suitsid under the "In" statement under sys_name.
  15. mbowler9

    Duplicate query with NULL issue

    Hello, I am trying to find system names with duplicate entries in our database with a duplicate query. It works sort of. Right now it lists every duplicate instance of some systems and only one of the instances for other systems. It appears that if the (allmid_cpu.sa_suitsid) field is blank...
  16. mbowler9

    how to boot into linux if root password lost

    That method looks a little intensive to me. I just took a Red Hat class and this was actually one of the troubleshooting exercises we did. The processes we used was: 1) Make sure the server is bootable from CD-ROM. 2) Insert installation (or recovery) CD and reboot 3) Answer language and...
  17. mbowler9

    hp smart array and redhat linux

    Nostradamus. I'm curious, which bootloader are you using? This is unrelated to your issue, but I have a similar set-up. I want to switch from LILO to GRUB, but I can't get GRUB to recognize my scsi disks. Thanks
  18. mbowler9

    Switch from LILO to GRUB.

    grub-install for some reason isn't recognizing the drives. I also tried to go into the grub shell and type "root (" then hit tab to see my list of options. There weren't any options. It just kept repeating "root (". I am using scsi hard drives, but this shouldn't matter...
  19. mbowler9

    autofs not cooperating

    Actually, I figured it out. I was leaving 1 letter out of the server name that was exporting the directory. Thanks for replying.
  20. mbowler9

    autofs not cooperating

    I am having trouble with my automount. I want to have server.example.com:/extra/common to mount on /common locally. I did a showmount -e and the export is active. My auto.master looks as follows: /common /etc/auto.common --timeout=60 and auto.common looks like * -ro,soft,intr...

Part and Inventory Search

Back
Top