IBM HTTP Server is a 64-bit application on HP-UX/ia64 and Solaris/x64. IBM HTTP Server is a 32-bit* application on other platforms, regardless of which WebSphere Application Server Supplement CD it was installed from. Many platforms, including AIX, HP-UX, Solaris, and 64-bit Linux, provide support for both 32-bit and 64-bit applications, so a 32-bit IBM HTTP Server is able to function properly even though other applications on the system may be 64-bit.
Geeking in technology since 1985, with IBM Development, focused upon Docker and Kubernetes on the IBM Z LinuxONE platform In the words of Dr Cathy Ryan, "If you don't write it down, it never happened". To paraphrase one of my clients, "Every day is a school day". I do, I learn, I share. The postings on this site are my own and don’t necessarily represent IBM’s positions, strategies or opinions. Remember, YMMV https://infosec.exchange/@davehay
Wednesday, 6 April 2011
IBM WebSphere Application Server v8 - Announced
IBM HTTP Server is a 64-bit application on HP-UX/ia64 and Solaris/x64. IBM HTTP Server is a 32-bit* application on other platforms, regardless of which WebSphere Application Server Supplement CD it was installed from. Many platforms, including AIX, HP-UX, Solaris, and 64-bit Linux, provide support for both 32-bit and 64-bit applications, so a 32-bit IBM HTTP Server is able to function properly even though other applications on the system may be 64-bit.
Released - IBM WebSphere Portal 7.0.0.1 Combined Cumulative Fix
Tuesday, 5 April 2011
Mac Attack - How to use Microsoft Office formats on a non-Microsoft desktop
#LotusKnows that IBM Connections 3.0.1 improves media sharing, content moderation, and idea sharing
New capabilities
Moderating community content
Community owners are provided with new capabilities for the moderation of a community's content. These capabilities help community owners realize the benefits of active and vibrant community participation, while having the confidence of being able to moderate the content that appears in a community.
Enhancing communities with video and photo sharing
The Media Gallery feature permits the sharing of videos and photos with a community. These capabilities can help attract more visitors to a community by creating a more compelling and satisfying experience for community members.
Generating ideas within a community
The Ideation Blog feature is designed to help simplify the sharing of ideas within a community, voting on the ideas and moving the best ideas forward as projects. These new capabilities can, for example, help gather ideas from customers in a structured manner, and facilitate turning the best ideas into new services and offerings.
Integration with Enterprise Content Management (ECM) repositories
The ECM integration helps users to store, access, and edit documents residing in FileNet® Content Manager and IBM Content Manager from within a Community.
IBM Lotus Connections is being renamed to IBM Connections. IBM Connections consists of social software that is enabled to take advantage of the broad capabilities in IBM's software portfolio. For example, Connections is now packaged with certain IBM Cognos Business Intelligence offerings to support integration between the two products. This naming change better aligns with that effort to create IBM solutions which involve multiple brands designed to address our customers specific business needs.
Monday, 4 April 2011
IBM Lotus Sametime Proxy Server upgrade for WebSphere Portal 7
An IBM'er dropped me an email this afternoon about a portlet which has been released for Portal 7 which integrates with the STProxy. This looks to replace the out dated Sametime Contact List portlet and remove STLinks from Portal.
Now, I haven't had the chance to try it out but I will soon and post more information.
If someone gets the chance to deploy it please let me know how you get on.
You can get it from the Greenhouse
More information has become available this morning and a Wiki article has been written.
And, from the Greenhouse, we have this: -
Lotus Sametime proxy server upgrade for WebSphere Portal V7 provides a new Contact List portlet. Its general functionality is similar to the previous support provided, but the new portlet has an updated look.
You can place the portlet on a portal page. This portlet behaves like the Lotus Sametime web client. For example, users can:
- See the list of their contacts, including their public and private groups. Expand and collapse their groups.
- Set their status.
- Find other Lotus Sametime users by using the search feature.
After you add the Person Card, users can view the business card of contacts and work with additional functions of Lotus Sametime.
Firefox 4 Beta - 'The operation can't be completed because the item "libsmime3.dylib" is in use.'
'The operation can't be completed because the item "libsmime3.dylib" is in use.'
Well shit, whats holding onto that lib. Turns out that it was my Cisco VPN Anywhere Agent, aka vpnagentd. So I go ahead and do a:
'sudo killall vpnagentd'
Ugh and of course it restarts automatically before I can copy the files over. So what now. Oh yeah, it runs as a daemon so I need to use my old friend launchctl to unload it. The command for this is:
sudo launchctl unload /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist
w00t! Now the files copy over with no problem. Now I need to put AnyConnect back into place. This can be done with:
sudo launchctl load /Library/LaunchDaemons/com.cisco.anyconnect.vpnagentd.plist
That should do it, Firefox 4 Beta up online and working again.
IBM (Lotus) Connections 3.0.1 - Unleashed at the Greenhouse now....
I also noted that the branding has subtly changed from Lotus Connections to IBM Connections.
As far as I'm aware, 3.0.1 has not yet been announced, but I *believe* the announcement is expected quite soon.
In the meantime, get over to Greenhouse and have a play ...
Note to self - Firefox and local connections
Whilst trying to hit my NAS from Firefox on my Mac, I kept seeing errors such as:- Unable to connect Firefox can’t establish a connection t...
-
Error "ldap_sasl_interactive_bind_s: Unknown authentication method (-6)" on a LDAPSearch command ...Whilst building my mega Connections / Domino / Portal / Quickr / Sametime / WCM environment recently, I was using the LDAPSearch command tha...
-
Having created a new user on an Ubuntu 16.04 boxen, I started seeing this: - Received disconnect from 192.168.3.123 port 22:2: Too many au...
-
I'm tinkering with a tool that uses pip and python, and was seeing: - zsh: /usr/local/bin/pip: bad interpreter: /usr/bin/python: no such...