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!

Recent content by surfbum99

  1. surfbum99

    WLS Unix rc3.d start/stop scripts

    Hi, Does anyone have a WebLogic rc3.d shell start/stop script which I could use as a template. Also incorporating the Node Manager.
  2. surfbum99

    Turning off HTTP 1.0 in Apache 2.2.8

    Hi there, Is there anyway you can turn off HTTP 1.0 protocol in Apache 2.2.8, so that it is solely using HTTP 1.1. I know that RFC 2616 requires web servers to use the highest protocol anyway, but we would like turn off server side HTTP 1.0. Can this be done in the httpd.conf? Or is it part...
  3. surfbum99

    Timeout issues with WebLogic 10.3 SSO and AD

    Hi there, We have implemented SSO with WebLogic 10.3 and AD. Sometimes not all there appears to be a timeout issue after 60 mins where on a browser you get prompted for your windows username and password again. While sometimes you can go all day without it happening. Does the WLS Server...
  4. surfbum99

    WLST for deploying an application.

    Hi, Does anyone have or know of a WLST example of how to deploy and application? Any help appriciated. Regards, Alistair.
  5. surfbum99

    Scaling how many CPU's needed

    Hi, For Websphere MQ 5.3 and 6, is there a calculation anywhere which states how many CPU's you need for a new box which will have MQ Series on it. It is done on how many persistant and non persistant messages per second its going to have? Or something different. I've seen a lot of performance...
  6. surfbum99

    WL Admin Server, in the WL cluster or not?

    Hi, In terms of cluster and domain building, should the WL Administration Server actually be in the WL cluster? I've always known that its good practice to have the WL Admin Server outside of the WL Cluster but inside the WL domain?? Any help appricated. Regards, Alistair.
  7. surfbum99

    WL Domain on a single box or lots of boxes

    Hi, In consideration of building a Standard Deployment, is it better to build a domain and managed servers on one big box with difference instances, or on separate boxes? Does BEA have a standard deployment recommendation? Alistair.
  8. surfbum99

    WL 10 and AquaLogic Service Bus 2.6 to MQ Series

    Hi, Just wanted to know if there is anyone out there who has built and configured WL 10 with AquaLogic Service Bus 2.6 connecting to MQ series before? Its all new stuff to me. Alistair.
  9. surfbum99

    Channels and Queues

    Hi, Because I've started a new job where compared to my last job there are about 15 channels and 250 queues. Its confusing. Could someone tell me or a link, what really is a CHANNEL, is it really a open line between a pair of queue managers or something different. And how does a channel work...
  10. surfbum99

    Trying to ping a IPv4 and IPv6 hostnames on the same machine.

    I've tried : # # Internet host table # 127.0.0.1 localhost 192.168.4.222 baccipv6 loghost fc00:420:3800:710::2 baccipv6-6 but it doesn't work.
  11. surfbum99

    Trying to ping a IPv4 and IPv6 hostnames on the same machine.

    Hi, I've got a machine which has two IPs on it, one IPv4 and one IPv6. eri0 - 192.168.4.222 eri0:1 - fc00:420:3800:710::2/64 Now I can ping both 192.168.4.222 and fc00:420:3800:710::2 bash-3.2# ping -A inet6 fc00:420:3800:710::2 fc00:420:3800:710::2 is alive bash-3.2# ping 192.168.4.222...
  12. surfbum99

    Pinging an IPv6 Address on a cable interface on a CMTS

    Hi, I've got a interface bundle config of the following using a uBR VXR 7246: interface Bundle1 ip address 192.168.24.1 255.255.255.0 ip pim sparse-mode cable arp filter request-send 3 2 cable arp filter reply-accept 3 2 cable dhcp-giaddr primary cable helper-address 192.168.4.222 ipv6...
  13. surfbum99

    Having an IPv4 and IPv6 Address using the same hostname.

    Hi, Following on from my first question this morning, I've now got a working IPv6 interface on eri0:1. The trouble is I want to be able to keep it the same hostname as what is on IPv4 eri0. Is this possible? lo0: flags=1000849<UP,LOOPBACK,RUNNING,MULTICAST,IPv4> mtu 8232 index 1 inet...
  14. surfbum99

    Changing an IPv6 Address on an interface.

    Many thanks ifconfig eri0:1 inet6 2001:558:ff10:800:203:baff:fe73:a73f/64 plumb up this works a treat!
  15. surfbum99

    Changing an IPv6 Address on an interface.

    Me again, Even if I try with a new logical network interface it doesn't work: bash-3.2# ifconfig eri0:1 plumb inet6 2001:558:ff10:800:203:baff:fe73:a73f/64 up ifconfig: inet6: bad address

Part and Inventory Search

Back
Top