similar to: P2V of NEtware 3.12 working server to Centos >=5.x

Displaying 20 results from an estimated 6000 matches similar to: "P2V of NEtware 3.12 working server to Centos >=5.x"

2007 Aug 07
3
Virtualisation of Netware?
Hi, I am hoping someone can kick me up the learning curve (!) on Virtualization: We have an old piece of data logging software that was written in Turbo Pascal 6 using a file I/O module tuned to Netware and so it expects its data files to be on a Netware server and will not access them locally or via an MS/Samba share - essentially, it uses direct NCP calls for parts of its data access. The
2004 Apr 23
3
login to samba3 PDC and problem with novell netware client
Hi, I have actual installation Debian Sarge (testing) with Samba 3.0.2a. There is Windows XP SP1 on workstations. I use Novell client 4.83 SP2 or 4.9 SP1 for Novell Netware connections. I try to run Samba as PDC. Everything is fine without Novell client. After Novell Client installation, I could not logon to samba domain. Client gives me message "Domain controller could not be found for
2002 Nov 19
1
Attaching to Netware-Server
Dear listmembers, recently our sysadmin turned off the support for ipx-protocol. Since then I found no way to mount my home-directory on the net (novell) on my linux box. Using ipx, I had had the same servername etc) I found a lot of discussions about the way vice versa, but no FM I could R to manage around this issue (i.e. mounting a Netware volume on a linux box). Anybody out there having an
2011 Apr 11
2
Samba over IPX
I would like to add my case for a wish of IPX support in Samba: We use a number of CNC tool machines whose host is pure DOS based. Don't be surprised that DOS is stilll running somewhere. It is fairly OK when we get to the field of HW and real-time control, unlike Windows and the like... These hosts use IPX to access LAN shares. IPX is here preferable to TCP/IP because of its lower memory
2005 Mar 23
5
Mounting Netware Volumes
I have one last RH 7.3 system that I want to convert to CentOS 4, but I can''t find the ncpfs utilities that I used to use to mount Netware shares. Has support been removed from the 3.x and 4? Regards, Paul Berger
2010 Jul 16
4
Desktop Supercomputer
Greetings, Have been looking at the specs of Boston Venom T4000. Boston Venom T4000 http://www.bostonindia.in/products/bos-t4000.aspx I could not figure out the lowest base price points, HA features and KVM support Yet to work out the storage part of say 8TB storage (with HA features, of course) for this beast. and accessability issues from devices. I am in the middle of trying to find out
2011 Nov 07
1
P2V utility
Greetings, An somebody pint to me to P2V Utility for the m$ world? Like in VMware? -- Regards, Rajagopal
2012 Aug 28
5
Cut command behaviour - bug or feature
Greetings, I have a CSV file with three fields. eg. a1,b1,c1 a2,b2,c2 .... I wanted the output to be: b1,c1,a1 b2,c2,a2 .... the command cut -d, -f2,3,1 <file> returns a1,b1,c1 cut -d, -f2,3 <file> works as advertised. Is it specific to linux? In that case how do I go about swapping two columns? I do not think a gazzillion byte gui is required. The file size is about 43Megs.
2009 Dec 21
7
Monitoring Dynamic IPs using Some network monitoring tool
Greetings, I have one centos server for network monitoring. there are remote devices which are connected through ADSL lines and hence Dynamic IPs Q1. Is there any tool which is capable of handling this type of situation? Q2. Is there a workaround for this problem Regards Rajagopal
2010 Feb 03
4
atime, relatime query
Greetings, I am aware that mounting filesystems with noatime option greatly increases speed. I have tried to follow discussion on the pros and cons of using noatime. I have however not been able to mount with the option relatime in centos 5.2. But in a production db server, which is backed up by HP DP, is it advisable to mount with noatime? Anybody care to share their experience on it?
2005 Jul 06
1
Netware server emulation on Linux
One of our group companies has just 'gone live' on a new laboratory management package. Although the software is M$-based (ie: expects a M$ server at the heart of it), it is running with its core database on a CentOS3 server using Samba for client access - in fact, the developers are amazed at the performance and say it beats a Win2K/2K3 server 'hands down'!!! Anyway, the old lab
2012 Aug 14
4
Accessing NTFS on host from XP/Win7 VM
Greetings, I have installed Centos 6.3 recently on bare metal (as dual boot with win 7) and want to access the existing NTFS through XP Guest. SELinux is enforcing and VM network is NAT. Google confused me more that educating me -- maybe I could not cobble up the right phrase. Any help appreciated. TIA It is my only system at home. -- Regards, Rajagopal
2009 Mar 24
3
mmonit - Permission denied errot
Greetings, I just downloaded the mmonit from mmonit.com site on my CentOS box untarred-unizipped it. As per the documentation, I dutifully typed ./bin/mmonit and it is refusing to run. I am running this as root and SELinux is disabled. running it with strace spews the following (in entireity): [begin] # strace ./bin/mmonit execve("./bin/mmonit", ["./bin/mmonit"], [/* 28
2012 Jan 03
3
phpmyadmin issue
Greetings, I have installed phpmyadmin on a Centos 6.2 box. When I try to access it through http://localhost/phpmyadmin it is giving me a 403 forbidden error any clues? TIA. -- Regards, Rajagopal
2010 Feb 20
4
Limiting bandwidth
Greetings, Scenario: Centos box with eth1 (10.0.0.0/24) and eth0 (192.168.0.0/24) segment on eth0 has access to full bandwidth of uplink Both are on 100mbps switches Requirements: bandwith on segment on eth1 needs to be throttled to different speeds - say 32, 64, 128kbps and the such. Required for application performance testing purposes. As usual my girlfriend google is very verbose.
2010 Jan 29
4
Browser related question
Greetings, How does one monitor if a site is being accessed using browser? IOW, I just want to know if a user has launched a session thru Firefox. I basically want to know if a user has tried to access the webserver and unable to reach it and log such instances. I am using cron and curl to seperately monitor the link. Any clues? Centos 5.2/Gnome/Firefox 3.0.16 Regards Rajagopal
2009 May 12
2
High CPU usage by lftp
Greetings, I have written a script using lftp to mirror one directory from a ftp site. I do not have access to the server except for being a humble user. This is running on a fully updated Centos 5.3 box. I am using whatever is provided by the repositories. I noticed that lftp consumes almost all of cpu times I found this while searching for a solution.
2010 Mar 02
2
Sendmail analyser
Greetings, I have a message file from a certain sendmail server. I am expected to report about delivery failures and the reasons thereof. Any already invented wheels? I need to do it offline and not on the sendmail server. any ides? TIA Regards, Rajagopal
2013 Sep 12
2
Queries usb installer / live usb
Greetings, I am trying to prepare 1. installer usb using iso with (centos minimal + custom rpm) 2. a Live usb using (centos minimal + custom rpm) I do not have any information of the configuration of target system beforehand -- especially the storage devices. Could be two or more and may a dvd-rw. Unknown 1. How does one specify the path for kickstart file in the syslinux.cfg which is in the
2013 Nov 03
2
Converting an installed and configured system into live-cd/dvd
Greetings, Can somebody point me in this direction with some links please? -- Regards, Rajagopal