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 SkipVought 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. coffeysm

    Programming Hyper-V Creation using WMI and VB.net

    Nevermind I figured out what I was doing wrong and everything is working fine now. I was declaring my array wrong and needed it actually read: Dim NewGUID() As String = {"{" & System.Guid.NewGuid.ToString() & "}"}
  2. coffeysm

    Programming Hyper-V Creation using WMI and VB.net

    Ok, I am working on a program for work creating VMs using WMI with VB.Net primarily as the user interface. I have been pretty successful so far, but have a hit a minor roadblock and was hoping someone can help me out. The following code works under PowerShell 2.0 when adding MS Synthetic...
  3. coffeysm

    The code works, just want to make sure I am doing it the best way.

    Compellent Command Utility (CompCU) 5.2.1.2 ================================================================================================= User Name: Admin Host/IP Address: 10.10.1.10 Single Command: volume show...
  4. coffeysm

    The code works, just want to make sure I am doing it the best way.

    Hi guys, I am not a Perl expert, so I was just hoping someone could maybe preview this and let me know if there is anything I could do better. Below is an example of the output I am trying to parse, I am mostly concerned with the data under Name: for example "PHRCFL-xx-xxx". Compellent...
  5. coffeysm

    Comparable BART tool for Solaris 9

    Tripwire or AIDE I think might help you out.
  6. coffeysm

    DL_ERROR_ACK qfe0 card problems

    I usually just remove the references in /etc/path_to_inst to the affected hardware. That way you do not have to rebuild the entire file.
  7. coffeysm

    setting default interface for multicast

    If you are not using multicasting you can just comment out those lines if you want. I noticed though in your typing you left of a qoute? /usr/sbin/route add -interface -netmask "240.0.0.0" "224.0.0.0" "$mcastif"
  8. coffeysm

    Sendmail Help

    Do you have Sendmail up and running at all times? You might be able to write a re-write rule to send all mail to a specified address.
  9. coffeysm

    Launch script when user logs in?

    Well depending on what kind of script you want. I usually put them in /etc/dt/config/Xsession.d
  10. coffeysm

    accessing an alternate subnet via a secondary NIC

    Check your ndd settings to see if IP Forwarding is allowed.
  11. coffeysm

    ufsdump/ufsrestore via Cron

    I am trying to automate my ufsdump/ufsrestore commands via Cron. But, I am having problems with ufsrestore grabbing the /dev/tty...since there isn't one. Does anyone know of a way to get around this?
  12. coffeysm

    Creating Users - Sol 10 Server

    I think you need to name them local.cshrc, local.profile, and local.login. You should also check your /etc/auto_home and /etc/auto_master files if they are local accounts. Odds are they are adding their home diretory and username to those files.
  13. coffeysm

    my app does not recognize user "root123"

    I agree that is pretty insecure method. You are effectively creating like three Root accounts. Sudo or RBAC is the way to go when delegating priviledges. Could be permissions or the app is not ok with the idea of running an account that has multiple user id's.
  14. coffeysm

    Java Desktop System

    It should be a choice from the session menu at the CDE login.
  15. coffeysm

    Need opinions on integrating Solaris 10 and AD

    If you want to use Kerberos you need to make a config file and create a keytab. I used Vintela to create my keytabs, but you can use Samba or ktpass.exe which is on the Windows resource kit. You also should setup /etc/resolv.conf. /etc/krb5/krb5.conf [libdefaults] default_realm =...
  16. coffeysm

    Need opinions on integrating Solaris 10 and AD

    First and foremost YOU NEED permission to update and change the Active Directory Schema. If your Windows admins won't allow you. Then you will probably have to setup your own LDAP Server or something. The latest version of Active Directory, which is in 2003 R2 I believe has the NIS attributes...
  17. coffeysm

    Need opinions on integrating Solaris 10 and AD

    Annihilannic I have also used Vintela, I decided to move away from it because it gets pretty pricey.
  18. coffeysm

    Need opinions on integrating Solaris 10 and AD

    I have setup Solaris 10 against AD Authentication. If you give me a few I can dig up my notes and documents I made.
  19. coffeysm

    Solaris 10 Timezone

    Nevermind turns out Gnome was reseting the TZ variable...I could not figure out how to set it back. I had to create a script in /etc/dt/config/Xsession.d to export the TZ variable for now.
  20. coffeysm

    Solaris 10 Timezone

    I have set TZ to read US/Eastern in my /etc/default/init file. I have even rebooted the machine, however, it always sets the timezone back to CDT. Anyway, ever have this problem? I do not see anywhere else it can be picking up the TZ variable from either.

Part and Inventory Search

Back
Top